home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / free_sty.swf / scripts / frame_20 / DoAction.as
Text File  |  2008-11-12  |  140b  |  11 lines

  1. _root.stopSound();
  2. _root.level = _root.level + 1;
  3. if(_root.level > 15)
  4. {
  5.    gotoAndStop("win2");
  6. }
  7. else
  8. {
  9.    gotoAndStop("go");
  10. }
  11.